type github.com/jackc/pgx/v5/pgtype.scanPlanArrayCodec

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		array_codec.go#L243: 	return &scanPlanArrayCodec{
		array_codec.go#L327: type scanPlanArrayCodec struct {
		array_codec.go#L335: func (spac *scanPlanArrayCodec) Scan(src []byte, dst any) error {